docs: fix typo in function name
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 22:50:09 +0000 (17:50 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:27:29 +0000 (18:27 -0500)
gdk/x11/gdkcursor-x11.c

index e0c9f15112c50fabd3c0444aa3b2fb818e1f4204..de86e6c58ad05c85e2cfee3524b9ba8d0cf5a1ba 100644 (file)
@@ -448,7 +448,7 @@ update_cursor (gpointer data,
  *
  * If the windowing system supports it, existing cursors created
  * with gdk_cursor_new(), gdk_cursor_new_for_display() and
- * gdk_cursor_new_for_name() are updated to reflect the theme
+ * gdk_cursor_new_from_name() are updated to reflect the theme
  * change. Custom cursors constructed with
  * gdk_cursor_new_from_pixbuf() will have to be handled
  * by the application (GTK+ applications can learn about